home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <effect label="ExposureEffect: adjust black and white points">
- <description>
- ExposureEffect adjusts black and white points using exposure gain curve.
- The parameters: BlackPoint.x, BlackPoint.y, WhitePoint.x and WhitePoint.y are floating point values.
-
- AutoFix sets both black and white points.
- For asynchronous analysis, use IAutoEffect interface.
- </description>
- <property name="BlackPoint.x" type="float" default="0" label="Black point X">
- <range min="0" max="1"/>
- </property>
- <property name="BlackPoint.y" type="float" default="0" label="Black point Y">
- <range min="0" max="1"/>
- </property>
- <property name="WhitePoint.x" type="float" default="1" label="White point X">
- <range min="0" max="1"/>
- </property>
- <property name="WhitePoint.y" type="float" default="1" label="White point Y">
- <range min="0" max="1"/>
- </property>
- <property name="_AutoFix" type="button" label="Auto Fix"/>
- </effect>
-